home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 June: Reference Library / Dev.CD Jun 00 RL Disk 1.toast / pc / technical documentation / develop / develop issue 20 / develop issue 20 code / scripting the finder.sea / Scripting the Finder / Zawphing / AboutBox.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-11  |  95 b   |  8 lines  |  [TEXT/MMCC]

  1. #ifndef __ABOUTBOX__
  2. #define __ABOUTBOX__
  3. #define AboutBox_h
  4.  
  5. void ShowAboutBox(void);
  6.  
  7. #endif
  8.